home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / maths / agp / !AGP / !Run < prev    next >
Encoding:
Text File  |  1992-09-18  |  917 b   |  33 lines

  1. |
  2. | !Run file for AGP version 1.72
  3. |
  4. | Set directory variable, install icon sprites...
  5. |
  6. Set AGP$Dir <Obey$Dir>
  7. IconSprites <AGP$Dir>.!Sprites
  8. |
  9. | Set up file types and actions...
  10. |
  11. Set File$Type_124 AGPGraph
  12. Set File$Type_321 Menus
  13. Set File$Type_7DC HelpFile
  14. Set File$Type_AFF DrawFile
  15. Set Alias$@RunType_124 Run <AGP$Dir> %%*0
  16. Set Alias$@PrintType_124 Run <AGP$Dir> -print %%*0
  17. |
  18. | Load ColourTrans and MessageTrans (As far as I know, the versions don't
  19. | matter) ...
  20. |
  21. If "<System$Path>"="" then Error System resources not found
  22. RMEnsure ColourTrans 0.00 RMLoad system:Modules.Colours
  23. RMEnsure MessageTrans 0.00 RMLoad system:Modules.MsgTrans
  24. |
  25. | Load built-in modules...
  26. |
  27. RMEnsure InterfaceManager 2.00 RMLoad <AGP$Dir>.Interface
  28. RMEnsure MenuManager 2.13 RMLoad <AGP$Dir>.MenuMod
  29. |
  30. | and finally load the program proper, using BASIC 64 if it's present.
  31. |
  32. WimpSlot -min 136K -max 136K
  33. Run <AGP$Dir>.!RunImage %*0